BorderModel Enumeration
Represents what border model to use when creating a table with a border.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration BorderModel
| Collapsing | 0 |
When two adjacent cells have different borders, the wider border appears as the border between the cells. Each cell receives half of the width of the border.
|
| Separating | 1 |
Borders appear within the cell that specifies the border.
|
| None | 2 |
None.
|